projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b3a971
)
testsuite: Fix popover-related failures
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 18 May 2019 14:22:29 +0000
(14:22 +0000)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 28 May 2019 20:25:15 +0000
(20:25 +0000)
testsuite/gtk/notify.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/notify.c
b/testsuite/gtk/notify.c
index 40c16cb746b3f17a89ddb923370529971341c17a..99b8f82ae80ff9257e10e6db28ee293bb8a036ba 100644
(file)
--- a/
testsuite/gtk/notify.c
+++ b/
testsuite/gtk/notify.c
@@
-560,6
+560,11
@@
test_type (gconstpointer data)
g_str_equal (pspec->name, "position"))
continue;
+ /* Can't realize a popover without a parent */
+ if (g_type_is_a (type, GTK_TYPE_POPOVER) &&
+ g_str_equal (pspec->name, "visible"))
+ continue;
+
if (pspec->owner_type == GTK_TYPE_POPOVER_MENU &&
g_str_equal (pspec->name, "visible-submenu"))
continue;